func go/ast.importPath

5 uses

	go/ast (current package)
		import.go#L70: func importPath(s Spec) string {
		import.go#L96: 	if importPath(next) != importPath(prev) || importName(next) != importName(prev) {
		import.go#L187: 		ipath := importPath(a)
		import.go#L188: 		jpath := importPath(b)